| @@ -13,13 +13,14 @@ | ||
| 13 | 13 |  | 
| 14 | 14 | <div class="span2"> | 
| 15 | 15 | <div class="fileupload fileupload-new" data-provides="fileupload" style="margin-top: 5px;"> | 
| 16 | - <div class="fileupload-preview thumbnail" style="width: 230px; height: 145px;"><%= image_tag @blog_post.image.to_s if @blog_post.image? %></div> | |
| 16 | + <div class="fileupload-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 145px;"><%= image_tag @blog_post.image.to_s if @blog_post.image? %></div> | |
| 17 | + <span class="btn btn-default btn-file btn-mini" > | |
| 18 | + <span class="fileinput-new"></span> | |
| 19 | + <span class="fileinput-exists"></span> | |
| 20 | + <%= f.file_field :image, class: 'hidden', label: (t 'blog.select_image') %> | |
| 21 | + </span> | |
| 17 | 22 | </div> | 
| 18 | - <span class="btn btn-default btn-file btn-mini"> | |
| 19 | - <span class="fileinput-new"></span> | |
| 20 | - <span class="fileinput-exists"></span> | |
| 21 | - <%= f.file_field :image, class: 'hidden', label: (t 'blog.select_image') %> | |
| 22 | - </span> | |
| 23 | + | |
| 23 | 24 | </div> | 
| 24 | 25 |  | 
| 25 | 26 | </div> | 
| @@ -27,7 +27,6 @@ Other features are still under development: | ||
| 27 | 27 |  | 
| 28 | 28 | ## Todo's | 
| 29 | 29 |  | 
| 30 | -* post form layout | |
| 31 | 30 | * edit account layout | 
| 32 | 31 | * make admin button | 
| 33 | 32 |  | 
| @@ -40,3 +39,4 @@ Other features are still under development: | ||
| 40 | 39 | - [GoldTone](http://goldtone.com) (Under Development) | 
| 41 | 40 | - [benjaminperet](http://benjaminperet.com) (Under Development) | 
| 42 | 41 | - [High Effects](http://higheffects.com.br) (Upgrade/Rewrite) | 
| 42 | +- [Velvet Design](http://www.velvetdesign.com.br) |